getPlaylist

abstract fun getPlaylist(): Playlist

Gets the Playlist assigned to this module, which defines the sequence of media items to be played within this module's boundaries.

Some module types (e.g., a static image module or a clock) might not have an associated playlist.

Return

The Playlist for this module, or null if no playlist is assigned or applicable for this module type.

See also